[INFO] cloning repository https://github.com/Salsasp/salsadb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Salsasp/salsadb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSalsasp%2Fsalsadb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSalsasp%2Fsalsadb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 407b2373fe3a7a360a969b5ff32b4ac72546ce2a
[INFO] fixing Salsasp/salsadb against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSalsasp%2Fsalsadb" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Salsasp/salsadb
[INFO] finished tweaking git repo https://github.com/Salsasp/salsadb
[INFO] tweaked toml for git repo https://github.com/Salsasp/salsadb written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Salsasp/salsadb on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Salsasp/salsadb already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v2.9.3
[INFO] [stderr]   Downloaded libredox v0.1.9
[INFO] [stderr]   Downloaded serde_json v1.0.143
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 319c1f81fed335ad1c3275b2dc1428249aaacf736c880723e60d4de779373522
[INFO] running `Command { std: "docker" "start" "319c1f81fed335ad1c3275b2dc1428249aaacf736c880723e60d4de779373522", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "319c1f81fed335ad1c3275b2dc1428249aaacf736c880723e60d4de779373522" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "319c1f81fed335ad1c3275b2dc1428249aaacf736c880723e60d4de779373522", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "319c1f81fed335ad1c3275b2dc1428249aaacf736c880723e60d4de779373522" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking salsadb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `tokio::sync::Mutex`, `tokio::fs`
[INFO] [stdout]    --> src/database.rs:3:13
[INFO] [stdout]     |
[INFO] [stdout]   3 | use tokio::{sync::Mutex, fs::OpenOptions};
[INFO] [stdout]     |             ^^^^^^-----  ^^ could not find `fs` in `tokio`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   no `Mutex` in `sync`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing one of these structs instead:
[INFO] [stdout]             std::sync::Mutex
[INFO] [stdout]             std::sync::nonpoison::Mutex
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs:502:13
[INFO] [stdout]     |
[INFO] [stdout] 502 |     pub mod fs;
[INFO] [stdout]     |             ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |             #[cfg(feature = "fs")]
[INFO] [stdout]     |                   -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::io::AsyncWriteExt`
[INFO] [stdout]    --> src/database.rs:4:17
[INFO] [stdout]     |
[INFO] [stdout]   4 | use tokio::io::{AsyncWriteExt};
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ no `AsyncWriteExt` in `io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:277:159
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...k, simplex, AsyncBufReadExt, AsyncReadExt, AsyncSeekExt, AsyncWriteExt,
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |             #[cfg(feature = "io-util")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `io-util` feature
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   4 - use tokio::io::{AsyncWriteExt};
[INFO] [stdout]   4 + use tokio::io::{AsyncWrite};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::fs`
[INFO] [stdout]    --> src/log.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use tokio::fs;
[INFO] [stdout]     |     ^^^^^^^--
[INFO] [stdout]     |            |
[INFO] [stdout]     |            no `fs` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs:502:13
[INFO] [stdout]     |
[INFO] [stdout] 502 |     pub mod fs;
[INFO] [stdout]     |             ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |             #[cfg(feature = "fs")]
[INFO] [stdout]     |                   -------------- the item is gated behind the `fs` feature
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::fs;
[INFO] [stdout]   1 + use tokio::os;
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules instead
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::fs;
[INFO] [stdout]   1 + use std::fs;
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::fs;
[INFO] [stdout]   1 + use std::os::linux::fs;
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::fs;
[INFO] [stdout]   1 + use std::os::unix::fs;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `tokio::io::AsyncBufReadExt`, `tokio::io::BufReader`
[INFO] [stdout]    --> src/log.rs:2:23
[INFO] [stdout]     |
[INFO] [stdout]   2 | use tokio::io::{self, AsyncBufReadExt, BufReader};
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^  ^^^^^^^^^ no `BufReader` in `io`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       no `AsyncBufReadExt` in `io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:277:114
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...   copy, copy_bidirectional, copy_bidirectional_with_sizes, copy_buf, duplex, empty, repeat, sink, simplex, AsyncBufReadExt, Asy...
[INFO] [stdout]     |                                                                                                                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |             #[cfg(feature = "io-util")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `io-util` feature
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::io::BufReader
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:278:9
[INFO] [stdout]     |
[INFO] [stdout] 278 |         BufReader, BufStream, BufWriter, DuplexStream, Empty, Lines, Repeat, Sink, Split, Take, SimplexStream,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |             #[cfg(feature = "io-util")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `io-util` feature
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   2 - use tokio::io::{self, AsyncBufReadExt, BufReader};
[INFO] [stdout]   2 + use tokio::io::{self, AsyncBufRead, BufReader};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `tokio::sync::Mutex`, `tokio::fs`
[INFO] [stdout]    --> src/database.rs:3:13
[INFO] [stdout]     |
[INFO] [stdout]   3 | use tokio::{sync::Mutex, fs::OpenOptions};
[INFO] [stdout]     |             ^^^^^^-----  ^^ could not find `fs` in `tokio`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   no `Mutex` in `sync`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing one of these structs instead:
[INFO] [stdout]             std::sync::Mutex
[INFO] [stdout]             std::sync::nonpoison::Mutex
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs:502:13
[INFO] [stdout]     |
[INFO] [stdout] 502 |     pub mod fs;
[INFO] [stdout]     |             ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |             #[cfg(feature = "fs")]
[INFO] [stdout]     |                   -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::io::AsyncWriteExt`
[INFO] [stdout]    --> src/database.rs:4:17
[INFO] [stdout]     |
[INFO] [stdout]   4 | use tokio::io::{AsyncWriteExt};
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ no `AsyncWriteExt` in `io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:277:159
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...k, simplex, AsyncBufReadExt, AsyncReadExt, AsyncSeekExt, AsyncWriteExt,
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |             #[cfg(feature = "io-util")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `io-util` feature
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   4 - use tokio::io::{AsyncWriteExt};
[INFO] [stdout]   4 + use tokio::io::{AsyncWrite};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::fs`
[INFO] [stdout]    --> src/log.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use tokio::fs;
[INFO] [stdout]     |     ^^^^^^^--
[INFO] [stdout]     |            |
[INFO] [stdout]     |            no `fs` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs:502:13
[INFO] [stdout]     |
[INFO] [stdout] 502 |     pub mod fs;
[INFO] [stdout]     |             ^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |             #[cfg(feature = "fs")]
[INFO] [stdout]     |                   -------------- the item is gated behind the `fs` feature
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::fs;
[INFO] [stdout]   1 + use tokio::os;
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules instead
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::fs;
[INFO] [stdout]   1 + use std::fs;
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::fs;
[INFO] [stdout]   1 + use std::os::linux::fs;
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::fs;
[INFO] [stdout]   1 + use std::os::unix::fs;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `tokio::io::AsyncReadExt`, `tokio::io::AsyncWriteExt`, `tokio::net::TcpListener`, `tokio::net::TcpStream`, `tokio::spawn`
[INFO] [stdout]    --> src/main.rs:1:24
[INFO] [stdout]     |
[INFO] [stdout]   1 | use tokio::{self, io::{AsyncReadExt, AsyncWriteExt}, net::{TcpListener, TcpStream}, spawn};
[INFO] [stdout]     |                        ^^^^^^^^^^^^  ^^^^^^^^^^^^^         ^^^^^^^^^^^  ^^^^^^^^^   ^^^^^ no `spawn` in the root
[INFO] [stdout]     |                        |             |                     |            |
[INFO] [stdout]     |                        |             |                     |            no `TcpStream` in `net`
[INFO] [stdout]     |                        |             |                     no `TcpListener` in `net`
[INFO] [stdout]     |                        |             no `AsyncWriteExt` in `io`
[INFO] [stdout]     |                        no `AsyncReadExt` in `io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:277:131
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...f, duplex, empty, repeat, sink, simplex, AsyncBufReadExt, AsyncReadExt, AsyncSeekExt, AsyncWriteExt,
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |             #[cfg(feature = "io-util")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `io-util` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:277:159
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...k, simplex, AsyncBufReadExt, AsyncReadExt, AsyncSeekExt, AsyncWriteExt,
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |             #[cfg(feature = "io-util")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `io-util` feature
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::net::TcpListener
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/net/mod.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |     pub use tcp::listener::TcpListener;
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:320:19
[INFO] [stdout]     |
[INFO] [stdout] 320 |             #[cfg(feature = "net")]
[INFO] [stdout]     |                   --------------- the item is gated behind the `net` feature
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::net::TcpStream
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/net/mod.rs:44:26
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub use tcp::stream::TcpStream;
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:320:19
[INFO] [stdout]     |
[INFO] [stdout] 320 |             #[cfg(feature = "net")]
[INFO] [stdout]     |                   --------------- the item is gated behind the `net` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs:551:19
[INFO] [stdout]     |
[INFO] [stdout] 551 |     pub use task::spawn;
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:462:19
[INFO] [stdout]     |
[INFO] [stdout] 462 |             #[cfg(feature = "rt")]
[INFO] [stdout]     |                   -------------- the item is gated behind the `rt` feature
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::{self, io::{AsyncReadExt, AsyncWriteExt}, net::{TcpListener, TcpStream}, spawn};
[INFO] [stdout]   1 + use tokio::{self, io::{AsyncRead, AsyncWriteExt}, net::{TcpListener, TcpStream}, spawn};
[INFO] [stdout]     |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::{self, io::{AsyncReadExt, AsyncWriteExt}, net::{TcpListener, TcpStream}, spawn};
[INFO] [stdout]   1 + use tokio::{self, io::{AsyncReadExt, AsyncWrite}, net::{TcpListener, TcpStream}, spawn};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `main` in `tokio`
[INFO] [stdout]  --> src/main.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[tokio::main]
[INFO] [stdout]   |          ^^^^ could not find `main` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/main.rs:105:14
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/main.rs:119:14
[INFO] [stdout]     |
[INFO] [stdout] 119 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `tokio::io::AsyncBufReadExt`, `tokio::io::BufReader`
[INFO] [stdout]    --> src/log.rs:2:23
[INFO] [stdout]     |
[INFO] [stdout]   2 | use tokio::io::{self, AsyncBufReadExt, BufReader};
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^  ^^^^^^^^^ no `BufReader` in `io`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       no `AsyncBufReadExt` in `io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:277:114
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...   copy, copy_bidirectional, copy_bidirectional_with_sizes, copy_buf, duplex, empty, repeat, sink, simplex, AsyncBufReadExt, Asy...
[INFO] [stdout]     |                                                                                                                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |             #[cfg(feature = "io-util")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `io-util` feature
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::io::BufReader
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:278:9
[INFO] [stdout]     |
[INFO] [stdout] 278 |         BufReader, BufStream, BufWriter, DuplexStream, Empty, Lines, Repeat, Sink, Split, Take, SimplexStream,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |             #[cfg(feature = "io-util")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `io-util` feature
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   2 - use tokio::io::{self, AsyncBufReadExt, BufReader};
[INFO] [stdout]   2 + use tokio::io::{self, AsyncBufRead, BufReader};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `sync` is private
[INFO] [stdout]    --> src/database.rs:3:13
[INFO] [stdout]     |
[INFO] [stdout]   3 | use tokio::{sync::Mutex, fs::OpenOptions};
[INFO] [stdout]     |             ^^^^ private module
[INFO] [stdout]     |
[INFO] [stdout] note: the module `sync` is defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs:546:5
[INFO] [stdout]     |
[INFO] [stdout] 546 |     mod sync;
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `tokio::io::AsyncReadExt`, `tokio::io::AsyncWriteExt`, `tokio::net::TcpListener`, `tokio::net::TcpStream`, `tokio::spawn`
[INFO] [stdout]    --> src/main.rs:1:24
[INFO] [stdout]     |
[INFO] [stdout]   1 | use tokio::{self, io::{AsyncReadExt, AsyncWriteExt}, net::{TcpListener, TcpStream}, spawn};
[INFO] [stdout]     |                        ^^^^^^^^^^^^  ^^^^^^^^^^^^^         ^^^^^^^^^^^  ^^^^^^^^^   ^^^^^ no `spawn` in the root
[INFO] [stdout]     |                        |             |                     |            |
[INFO] [stdout]     |                        |             |                     |            no `TcpStream` in `net`
[INFO] [stdout]     |                        |             |                     no `TcpListener` in `net`
[INFO] [stdout]     |                        |             no `AsyncWriteExt` in `io`
[INFO] [stdout]     |                        no `AsyncReadExt` in `io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:277:131
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...f, duplex, empty, repeat, sink, simplex, AsyncBufReadExt, AsyncReadExt, AsyncSeekExt, AsyncWriteExt,
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |             #[cfg(feature = "io-util")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `io-util` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:277:159
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...k, simplex, AsyncBufReadExt, AsyncReadExt, AsyncSeekExt, AsyncWriteExt,
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |             #[cfg(feature = "io-util")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `io-util` feature
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::net::TcpListener
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/net/mod.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |     pub use tcp::listener::TcpListener;
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:320:19
[INFO] [stdout]     |
[INFO] [stdout] 320 |             #[cfg(feature = "net")]
[INFO] [stdout]     |                   --------------- the item is gated behind the `net` feature
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::net::TcpStream
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/net/mod.rs:44:26
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub use tcp::stream::TcpStream;
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:320:19
[INFO] [stdout]     |
[INFO] [stdout] 320 |             #[cfg(feature = "net")]
[INFO] [stdout]     |                   --------------- the item is gated behind the `net` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs:551:19
[INFO] [stdout]     |
[INFO] [stdout] 551 |     pub use task::spawn;
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/macros/cfg.rs:462:19
[INFO] [stdout]     |
[INFO] [stdout] 462 |             #[cfg(feature = "rt")]
[INFO] [stdout]     |                   -------------- the item is gated behind the `rt` feature
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::{self, io::{AsyncReadExt, AsyncWriteExt}, net::{TcpListener, TcpStream}, spawn};
[INFO] [stdout]   1 + use tokio::{self, io::{AsyncRead, AsyncWriteExt}, net::{TcpListener, TcpStream}, spawn};
[INFO] [stdout]     |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   1 - use tokio::{self, io::{AsyncReadExt, AsyncWriteExt}, net::{TcpListener, TcpStream}, spawn};
[INFO] [stdout]   1 + use tokio::{self, io::{AsyncReadExt, AsyncWrite}, net::{TcpListener, TcpStream}, spawn};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `main` in `tokio`
[INFO] [stdout]  --> src/main.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[tokio::main]
[INFO] [stdout]   |          ^^^^ could not find `main` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `sync` is private
[INFO] [stdout]    --> src/database.rs:3:13
[INFO] [stdout]     |
[INFO] [stdout]   3 | use tokio::{sync::Mutex, fs::OpenOptions};
[INFO] [stdout]     |             ^^^^ private module
[INFO] [stdout]     |
[INFO] [stdout] note: the module `sync` is defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs:546:5
[INFO] [stdout]     |
[INFO] [stdout] 546 |     mod sync;
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0752]: `main` function is not allowed to be `async`
[INFO] [stdout]   --> src/main.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | async fn main() -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `main` function is not allowed to be `async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0603, E0752.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `salsadb` (bin "salsadb") due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `salsadb` (bin "salsadb" test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "319c1f81fed335ad1c3275b2dc1428249aaacf736c880723e60d4de779373522", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "319c1f81fed335ad1c3275b2dc1428249aaacf736c880723e60d4de779373522", kill_on_drop: false }`
[INFO] [stdout] 319c1f81fed335ad1c3275b2dc1428249aaacf736c880723e60d4de779373522
